DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class
Members

In This Topic
    DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class
    In This Topic
    特定のデータソースのデータプロバイダをカスタマイズするために使用される DBConnection Wrap クラス。
    Object Model
    DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class
    Syntax
    'Declaration
     
    Public MustInherit Class DbConnectionWrap
        (Of TInnerConnection As {New, DbConnection},
         TInnerCommand As {New, DbCommand},
         TInnerParameter As DbParameter) 
       Inherits System.Data.Common.DbConnection
    public abstract class DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> : System.Data.Common.DbConnection 
    where TInnerConnection: new(), DbConnection
    where TInnerCommand: new(), DbCommand
    where TInnerParameter: DbParameter
    Type Parameters
    TInnerConnection
    TInnerCommand
    TInnerParameter
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbConnection
                C1.DataConnector.AdoNet.DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>
                   C1.AdoNet.D365S.C1D365SConnection

    See Also